Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedKeyedCollection<TKey,TItem> Class
The type of keys in the collection.
The type of items in the collection.
Members

In This Topic
    OwnedKeyedCollection<TKey,TItem> Class
    In This Topic
    Represents an OwnedCollection<TItem> of uniquely elements, each element should have unique key.
    Object Model
    OwnedKeyedCollection<TKey,TItem> Class
    Syntax
    'Declaration
     
    Public MustInherit Class OwnedKeyedCollection
        (Of TKey,TItem As IOwnedObject) 
       Inherits OwnedCollection(Of TItem)
       Implements IOwnedObject 
    public abstract class OwnedKeyedCollection<TKey,TItem> : OwnedCollection<TItem>, IOwnedObject  
    where TItem: IOwnedObject
    Type Parameters
    TKey
    The type of keys in the collection.
    TItem
    The type of items in the collection.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          GrapeCity.Documents.Common.OwnedCollectionBase<TItem>
             GrapeCity.Documents.Common.OwnedCollection<TItem>
                GrapeCity.Documents.Common.OwnedKeyedCollection<TKey,TItem>

    See Also